Export animations
How to Export Animations 🍳
Export as GIF or Video
Using the WLJS desktop application
- Apply AnimatedImage to your
AnimateParametericPlot,
AnimatePlot, or
Animate expression. - Export the result as a GIF (or another supported video format).
Otherwise
Use any screen-recording software to capture the animation and save it as a GIF or video.
Within an HTML/MDX file
To ship a live, embedded animation:
- Use Static HTML or MDX for
AnimateParametericPlot and
AnimatePlot. - Use Interactive HTML for
Animate in automatic mode.
If you followed Advanced Animation guide, you’ll likely prefer the manual sampling mode of the Interactive HTML / MDX option.